home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000092_fdc@columbia.edu_Tue May 20 12:38:19 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. Article: 14312 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit/SSL-TLS : connection refused
  6. Date: 20 May 2003 12:38:15 -0400
  7. Organization: Columbia University
  8. Lines: 23
  9. Message-ID: <badlln$dsa$1@watsol.cc.columbia.edu>
  10. References: <c30aaa81.0305190714.f336f03@posting.google.com> <baatg9$fs7$1@watsol.cc.columbia.edu> <c30aaa81.0305200830.43f36783@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1053448696 13260 128.59.39.139 (20 May 2003 16:38:16 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 20 May 2003 16:38:16 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14312
  16.  
  17. In article <c30aaa81.0305200830.43f36783@posting.google.com>,
  18. Eric <ericboniface@chez.com> wrote:
  19. : > : Now I try to connect to SSL/TLS FTP server, but I always have a (very
  20. : > : quick) connection refused message.
  21. : ...
  22. : Finally, I can create a debug.log file.
  23. : Here is a part of the traces doing a ftp open xx.xx.xx.xx 990 or ftp
  24. : open /TLS xx.xx.xx.xx :
  25. : 18:06:26.600 ftp hookup A[xx.xx.xx.xx]
  26. : 18:06:26.601 ftp hookup C[xx.xx.xx.xx]
  27. : 18:06:26.601 ftp hookup socket=4
  28. : 18:06:26.601 ftp hookup HADDRLIST
  29. : 18:06:26.603 ftp hookup connect failed=239
  30. :
  31. 239 = "Connection refused".  In other words, you can't even connect to
  32. the server.  This happens when the server is not there at all, or the
  33. port is blocked.
  34.  
  35. Are you sure you're supposed to be using SSL CONNECT?  What happens when
  36. you try to connect to the same host on the regular FTP port.  Maybe then
  37. it will negotiate TLS as described in the reference I gave you yesterday.
  38.  
  39. - Frank
  40.